
h1{
    text-transform: uppercase;
}

.p1{
    text-transform: lowercase;
}
.p2{
    text-transform: capitalize;
}
 
